projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a7e82
)
(FONT_ENCODING_NOT_DECIDED): New macro.
author
Kenichi Handa
<handa@m17n.org>
Wed, 28 May 1997 04:36:20 +0000
(
04:36
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 28 May 1997 04:36:20 +0000
(
04:36
+0000)
src/fontset.h
patch
|
blob
|
history
diff --git
a/src/fontset.h
b/src/fontset.h
index 10c8f6ef0be1e83263cc105908f94d445e4c3d4a..81018a58d096989046579ae371bd98c2ea04c6ca 100644
(file)
--- a/
src/fontset.h
+++ b/
src/fontset.h
@@
-126,6
+126,11
@@
struct font_info
struct ccl_program *font_encoder;
};
+/* A value which may appear in the member encoding of struch font_info
+ indicating that a font itself doesn't tell which encoding to be
+ used. */
+#define FONT_ENCODING_NOT_DECIDED 4
+
#define FONT_NOT_OPENED -1
#define FONT_NOT_FOUND -2